Interface ICMPv6Message

All Superinterfaces:
Header, IPCData, Pdu, Signal
All Known Subinterfaces:
EchoMessage, NdMessage, NeighborMessage, PacketTooBigMessage, RouterAdvertisementMessage, RouterSolicitationMessage
All Known Implementing Classes:
EchoMessageImpl, ICMPv6MessageImpl, NdMessageImpl, NeighborMessageImpl, PacketTooBigMessageImpl, RouterAdvertisementMessageImpl, RouterSolicitationMessageImpl

public interface ICMPv6Message extends Header
  • Method Details

    • getType

      Returns:
      ICMPv6MessageType Returns a ICMPv6MessageType
    • setType

      void setType(ICMPv6MessageType type)
      Parameters:
      type - Takes in a parameter of type
    • getCode

      Byte getCode()
      Returns:
      Byte Returns a Byte
    • setCode

      void setCode(Byte code)
      Parameters:
      code - Takes in a parameter of code
    • getChecksum

      Short getChecksum()
      Returns:
      Short Returns a Short
    • setChecksum

      void setChecksum(Short checksum)
      Parameters:
      checksum - Takes in a parameter of checksum